home *** CD-ROM | disk | FTP | other *** search
- // subbug.cpp -- Sub module for mainbug.cpp
-
- //#include <stream.hpp>
- #include <iostream.h>
-
- void fn(char *string)
- {
- cout << "\nstring = " << string;
- }
-
-
- // Copyright (c) 1990 by Tom Swan. All rights reserved
- // Revision 1.00 Date: 11/22/1990 Time: 09:52 am
-
- // Revision 1.01 Date: 07/08/1991 Time: 05:41 pm
- // Converted for Borland C++ 2.0
-
-